display dialog "You're mere moments away from blogging to your heart's content." & return & return & "Before letting you get on with it, however, let's get a few last settings taken care of for you. We'll be making changes to your Blosxom CGI script." & return & return & "To skip this step, click Cancel." & return with icon 1
display dialog "What would you like to call your blog?" default answer "blosxom"
set blog_title to (text returned of result)
display dialog "How would you describe your blog (keep it short)?" default answer "yet another blosxom blog"
set blog_description to (text returned of result)
display dialog "What language code would you like to associate with your blog (e.g. en=English, fr=French, de=German)?" default answer "en"
set blog_language to (text returned of result)
display dialog "How many entries would you like displayed on your blog's home page?" default answer "40"
set blog_num_entries to (text returned of result)
display dialog "What URL should be used for your blog (leave blank to have Blosxom figure this out for itself)?" default answer ""
set blog_url to (text returned of result)
set result to ("$$$blog_title=" & blog_title & "$$$blog_description=" & blog_description & "$$$blog_language=" & blog_language & "$$$num_entries=" & blog_num_entries & "$$$url=" & blog_url)